Q3ViewAngleAspectCamera_GetFOV
You can use theQ3ViewAngleAspectCamera_GetFOV
function to get the maximum field of view of an aspect ratio camera.
TQ3Status Q3ViewAngleAspectCamera_GetFOV ( TQ3CameraObject camera, float *fov);
camera
- An aspect ratio camera object.
fov
- On exit, the maximum field of view, in radians, of the specified camera.
DESCRIPTION
TheQ3ViewAngleAspectCamera_GetFOV
function returns, in thefov
parameter, the maximum field of view of the aspect ratio camera specified by thecamera
parameter.